-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-23107][ML] ML 2.3 QA: New Scala APIs, docs. #20459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #86889 has finished for PR 20459 at commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this and the followings who added before 2.2, this involves breaking change in a way, but I think we should keep them final to prevent being changed(as we did for other param variables). cc @MLnick @WeichenXu123
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm more prefer to mark them as non final, since if user want to extend these estimators they would be able to override handleInvalid to define their own handleInvalid valid values (through doc parameter of Param class constructor) , this is different from other classes. What do you think of it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough. I will leave handleInvalid in all estimators non-final.
|
Test build #86891 has finished for PR 20459 at commit
|
407cd80 to
b8c6c19
Compare
|
Test build #86903 has finished for PR 20459 at commit
|
## What changes were proposed in this pull request? Audit new APIs and docs in 2.3.0. ## How was this patch tested? No test. Author: Yanbo Liang <[email protected]> Closes #20459 from yanboliang/SPARK-23107. (cherry picked from commit e15da5b) Signed-off-by: Nick Pentreath <[email protected]>
|
Merged to master / branch-2.3. Thanks @yanboliang ! |
What changes were proposed in this pull request?
Audit new APIs and docs in 2.3.0.
How was this patch tested?
No test.